1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
3 <META http-equiv=
"Content-Type" content=
"text/html; charset=iso-8859-1">
4 <link rel=
"stylesheet" type=
"text/css" href=
"../refdoc.css">
5 <title>Namespace: System.Runtime.Remoting.Proxies
</title>
8 <h2>Namespace: System.Runtime.Remoting.Proxies
</h2>
11 <p> The
<a href=
"../System.Runtime.Remoting.Proxies/System.Runtime.Remoting.Proxies.html">System.Runtime.Remoting.Proxies
</a> namespace contains classes that control and provide functionality for proxies. A proxy is a local object that is an image of a remote object. Proxies enable clients to access objects across remoting boundaries.
</p>
12 <p> One of the most important classes of the
<a href=
"../System.Runtime.Remoting.Proxies/System.Runtime.Remoting.Proxies.html">System.Runtime.Remoting.Proxies
</a> namespace is the
<a href=
"../System.Runtime.Remoting.Proxies/types/RealProxy.html">RealProxy
</a> class, which provides the base functionality for all remoting proxies, and can be used to create custom proxies.
</p>
15 <h3>Members of System.Runtime.Remoting.Proxies Namespace
</h3><b>Classes
</b><dl>
17 <table border=
"1" width=
"90%" style=
"border-collapse: collapse">
19 <th bgcolor=
"#C0C0C0">Class
</th>
20 <th bgcolor=
"#C0C0C0">
25 <td width=
"30%"><a href=
"types/ProxyAttribute.html">class ProxyAttribute
</a></td>
26 <td width=
"60%"> Indicates that an object type requires a custom proxy.
30 <td width=
"30%"><a href=
"types/RealProxy.html">class RealProxy
</a></td>
31 <td width=
"60%"> Provides base functionality for proxies.
36 </dl><br><b>Namepace hierarchy
</b><br><ul class=
"none">
37 <li><a href=
"../System/types/Object.html">System.Object
</a></li>
39 <li><a href=
"../System/types/Attribute.html">System.Attribute
</a></li>
41 <li><a href=
"../System.Runtime.Remoting.Proxies/types/ProxyAttribute.html">System.Runtime.Remoting.Proxies.ProxyAttribute
</a></li>
45 <li><a href=
"../System.Runtime.Remoting.Proxies/types/RealProxy.html">System.Runtime.Remoting.Proxies.RealProxy
</a></li>
47 </ul><br><i><a href=
"../documentation_license.txt">
48 Copyright (c)
2002 Microsoft Corporation. All rights reserved.